home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 December / macformat-031.iso / mac / Internet / HTML Software / Collect HTML 1.26 / Collect HTML 5 minutes / Collect HTML 5 minutes.rsrc / STR#_20101.txt < prev    next >
Encoding:
Text File  |  1995-07-07  |  817 b   |  50 lines

  1. Prefix for file in entry #2
  2.  
  3. <HTML>
  4.  
  5.  
  6. Suffix for file in entry #4
  7.  
  8. </HTML>
  9.  
  10.  
  11. Prefix and suffix for HTML comments in entries 6 and 7. If entry 6 is empty, no comments are added, and reloading a selection from a generated output file will be impossible because the selection is put into a comment at the top of the file.
  12.  
  13. <!--
  14.  
  15. -->
  16.  
  17.  
  18. Prefix and suffix for a title in entries 9 and 10. If entry 9 is empty, no title is added.
  19.  
  20. <TITLE>
  21.  
  22.  
  23. </TITLE>
  24.  
  25.  
  26. HTML pseudo-commands for dropping text in entries 12 and 13. If a style translates to <DROP> ... </DROP>, all text in that style will not appear in the output file.
  27.  
  28. <DROP>
  29.  
  30. </DROP>
  31.  
  32.  
  33. Entry 15: prefix for URL
  34. Entry 16: suffix for URL
  35. Entry 17: suffix for hot text
  36.  
  37. <A HREF="
  38.  
  39. ">
  40.  
  41. </A>
  42.  
  43. Prefix and suffix for image file names
  44.  
  45. <IMG SRC="
  46.  
  47. " BOTTOM ALT="[A picture]"><BR>
  48.  
  49.  
  50.